﻿* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    background-color: #ECECE;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

/*_________________________________________________*/

#sideLeft {
	float: left;
	width: 130px;
	position: relative;
    height:130px;
	/*left: -250px;
    background: #BFF08E;*/
}




.Pic {
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Pic:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}

.Pic404 {
    border-radius: 50%;
    transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -ms-transform:rotate(180deg);
    background-color:white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  
}

.links li {
    display:inline;
     padding:2px;
}
.links img {
    width:48px;
    height:48px;
    }

#InnerDiv
{     
       padding:30px;
       display: block;
}


header{
	text-align: center;
	padding-top: 100px;
	margin-bottom:200px;
}

header h1{
	font: normal 32px/1.5 'Open Sans', sans-serif;
	color: #292c2f;
	padding-bottom: 16px;
}

header h2{
	color: #292c2f;
}

header h2 a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #292c2f;
    padding: 10px 15px;
    border-radius: 3px;
    font: bold 14px/1 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

header h2 a[href*="bluesky"] {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header h2 a:hover{
	background-color:#292c2f;
	transition:0.2s;
	color:#fff;
}




footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}


@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    header {
        padding-top: 40px;
        margin-bottom: 100px;
    }
    
    header h1 {
        font-size: 24px;
        padding-bottom: 12px;
    }
    
    .Pic {
        width: 80px;
        height: 80px;
    }
    
    header h2 a {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .footer-distributed {
        padding: 25px 20px;
        margin-top: 40px;
    }
    
    .footer-distributed .footer-right a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    
    .footer-distributed p.footer-links {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 13px;
    }
    
    header {
        padding-top: 30px;
        margin-bottom: 80px;
    }
    
    header h1 {
        font-size: 20px;
    }
    
    .Pic {
        width: 70px;
        height: 70px;
    }
    
    .footer-distributed {
        padding: 20px 15px;
    }
    
    .footer-distributed .footer-right a {
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }
    
    .footer-distributed p.footer-links {
        font-size: 13px;
    }
}

.icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: currentColor;
}

header .icon[src*="bluesky"] {
    width: 20px;
    height: 20px;
    filter: brightness(0);
    transition: filter 0.3s ease;
}

header a:hover .icon[src*="bluesky"] {
    filter: brightness(0) invert(1);
}

.footer-distributed .icon[src*="bluesky"] {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
